home *** CD-ROM | disk | FTP | other *** search
/ CD ROM Paradise Collection 4 / CD ROM Paradise Collection 4 1995 Nov.iso / system / ffg202.zip / DEMO_BAT.ZIP / ALLHDDRV.BAT < prev    next >
DOS Batch File  |  1995-04-01  |  230b  |  9 lines

  1. @echo off
  2. echo Here is a listing of all files on hard drives.  Logical alias drives, such as
  3. echo DOS SUBSTITUTE drives are not searched to avoid redundant reports of the same
  4. echo files.
  5. call presskey
  6. echo on
  7. ffg /p *:*
  8.  
  9.